home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / WordPress 1.5.1.dmg / wordpress / wp-includes / version.php < prev    next >
Encoding:
PHP Script  |  2005-05-10  |  137 b   |  7 lines

  1. <?php
  2.  
  3. // This just holds the version number, in a separate file so we can bump it without cluttering the SVN
  4.  
  5. $wp_version = '1.5.1';
  6.  
  7. ?>